Improve the profiling output of Cargo
authorAlex Crichton <alex@alexcrichton.com>
Mon, 9 Mar 2015 16:45:40 +0000 (09:45 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 9 Mar 2015 16:45:40 +0000 (09:45 -0700)
commitffbb8cce7a17dc6a28f12a7773463527143d7f96
treec53a3ca7ff4a32b18d1b947932390cf095202019
parentb27cd4706063510640410540c1e68da3a294ab24
Improve the profiling output of Cargo

* Don't use `{:?}` in profiling output, it's too noisy
* Allow an integer to be specified with `CARGO_PROFILE` indicating how many
  levels deep should be printed.
src/cargo/core/resolver/mod.rs
src/cargo/ops/cargo_rustc/fingerprint.rs
src/cargo/util/profile.rs